To disable Hyper-V in order to use VirtualBox, open a command prompt as Administrator and run the command:
bcdedit /set hypervisorlaunchtype off
After a reboot, you'll be able to run VirtualBox.
To turn Hyper-V back on, run this command and reboot:
bcdedit /set hypervisorlaunchtype auto